home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Telnet 2.7b5 / source / Screens / rsmac.proto.h < prev    next >
Encoding:
Text File  |  1995-04-10  |  1.5 KB  |  35 lines  |  [TEXT/CWIE]

  1.  
  2. /* rsmac.c */
  3. void RSinitall(short max);
  4. void RSsetConst(short w);
  5. short RSsetwind(short w);
  6. void RSbell(short w);
  7. void RScursoff(short w);
  8. void RScurson(short w, short x, short y);
  9. void RSsetattr(short a);
  10. void DoHiliteMode(void);
  11. void RSinvText(short w, Point curr, Point last, RectPtr constrain);
  12. void RSdraw(short w, short x, short y, short a, short len, char *ptr);
  13. void RSdelcols(short w, short n);
  14. void RSdelchars(short w, short x, short y, short n);
  15. void RSdellines(short w, short t, short b, short n, short scrolled);
  16. void RSerase(short w, short x1, short y1, short x2, short y2);
  17. void RSinslines(short w, short t, short b, short n, short scrolled);
  18. void RSinscols(short w, short n);
  19. void RSinsstring(short w, short x, short y, short a, short len, char *ptr);
  20. void RSmargininfo(short w, short total, short current);
  21. void RSbufinfo(short w, short total, short current, short bottom);
  22. void RSattach(short w, GrafPtr wind);
  23. void RSdetach(short w);
  24. short RSfindscroll(ControlHandle control, short *n);
  25. void RSregnconv(RgnHandle regn, short *x1, short *y1, short *x2, short *y2, short fh, short fw);
  26. short RSupdprint(WindowPeek wind);
  27. Point normalize(Point in_long, short w, Boolean autoScroll);
  28. void    RSsortAnchors(short w);
  29. void RSsetsize(short w, short v, short h);
  30. void RSdrawsep(short w, short y1, short draw);
  31. void RSbackground(short w, short value);
  32. void RScheckmaxwind(Rect *origRect, short origW, short origH, short *endW, short *endH);
  33. void RSTextFont(short myfnum, short myfsiz, short myface);
  34. Boolean SelectURLAroundPoint(Point current);
  35. void RSvalidateRect(short w);